Skip to main content

Change of entrust

Type: Websocket Push Description: Entrust (trigger order) change notification

Parameters

nametypemandatorydefaultdescription
falseN/ANo parameters required, subscribe to the trigger topic to receive updates

Notes

  • This push notification is triggered when a trigger/entrust order changes.
  • Subscription format: trigger
  • Useful for tracking creation, updates, and state changes of trigger orders.

Push Example

Push
{
"topic": "trigger",
"event": "trigger",
"data": {
"s": "btc_usdt", // Symbol
"t": 1656043204763, // Event time (ms)
"i": "6216559590087220004", // Trigger ID
"st": "NEW" // State (e.g. NEW, FILLED, CANCELED)
}
}